home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / reve / trans / README < prev    next >
Encoding:
Text File  |  1995-05-03  |  2.5 KB  |  74 lines

  1.  
  2. /*  @(#)README 1.1 91/02/18
  3.  *
  4.  *  Copyright (C) 1991 - Valerie Haecky.
  5.  *  All rights reserved.
  6.  *
  7.  *  Permission is granted to copy this source, for redistribution
  8.  *  in source form only, provided the news headers in "substantially
  9.  *  unaltered format" are retained, the introductory messages are not
  10.  *  removed, and no monies are exchanged.
  11.  *
  12.  *  Permission is also granted to copy this source, without the
  13.  *  news headers, for the purposes of making an executable copy by
  14.  *  means of compilation, provided that such copy will not be used
  15.  *  for the purposes of competition in any othello tournaments, without
  16.  *  prior permission from the authors.
  17.  *
  18.  *  No responsibility is taken for any errors on inaccuracies inherent
  19.  *  either to the comments or the code of this program, but if reported
  20.  *  (see README file), then an attempt will be made to fix them.
  21.  */
  22.  
  23. Trans  -  README  -  February 1991.
  24.  
  25.  
  26. trans - version 1.0
  27. -------------------
  28.  
  29.  
  30. The two files trans.c and trans.ps together form a utility to create
  31. PostScript transcripts from reve's game records. The resulting file can
  32. be viewed with 'pageview' or sent to a PostScript printer.
  33.  
  34. If the game record format changes, the .c file will need some changes, too.
  35.  
  36.  
  37. Useage: trans [options|-h] 
  38. ------
  39.     
  40.      Option arg       meaning                          default value
  41.      ------ ---       -------                          -------------
  42.  
  43.           -b string   black player                     empty
  44.           -w string   white player                     empty
  45.           -r string   result/score                     empty
  46.           -d string   date                             empty
  47.           -c string   comment                          empty
  48.           -g string   game file path                   reve.game
  49.           -t string   transcript file path             reve.trans.ps
  50.           -s string   scaling factor for transcript    1 (fill page)
  51.           -p string   place or occasion                empty
  52.           -l string   time limit/level                 empty 
  53.           -h          display help mesg           n/a
  54.  
  55.  If your string contains special characters or consists of more than
  56.  one word, you have to quote it.
  57.  
  58.  You can use as many options as you like. If you don't use an option,
  59.  a default value is used, as indicated above.
  60.  
  61.  Examples
  62.  --------
  63.  
  64.  trans -g "../games/reve/reve.game" -t "/tmp/foo.ps" 
  65.  trans -b valerie -w reve -r "32-32" -d "Feb 17, 1991" 
  66.  trans -c "I won!" -l "5 Minutes" -p "at work" -s "0.5"
  67.  trans -h
  68.  
  69.  
  70.  Bugs and suggestions
  71.  --------------------
  72.  
  73.  Mail to: vmh@Eng.Sun.COM
  74.